Email & Social Wallets Demo
featuresConfig:
parameter in ReownAppKitModal
initialization.
List<AppKitSocialOption>
: This list contains the list of social platforms that you want to enable for user authentication. Is empty by default, it means that no social options is enabled. The buttons in the modal will be shown in the same order you configure the list.bool
: This boolean defines whether you want to show the main wallet options on the first connect screen. If this is false
it will show a button that directs you to a new screen displaying all available wallets. Default true
.AppKitModalConnectButton()
or AppKitModalAccountButton()
has to be instantiated during the whole lifetime of the app.If you already use them then nothing else has to be done, but in case you don’t use them but still want to support Email & Social Wallets you would have to instantiate and hide them as follows: